home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / HyperTalk / Import⁄Export / Import_Export / card_3671.txt < prev    next >
Encoding:
Text File  |  1988-03-23  |  1.7 KB  |  54 lines

  1. -- card: 3671 from stack: in
  2. -- bmap block id: 3984
  3. -- flags: 0000
  4. -- background id: 3289
  5. -- name: Help
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   go to prev card
  9. end mouseUp
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0002
  15. -- rect: left=9 top=90 right=330 bottom=500
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 20
  20. -- text size: 14
  21. -- style flags: 0
  22. -- line height: 18
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=0 top=1 right=79 bottom=512
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 16
  34. -- text size: 14
  35. -- style flags: 2304
  36. -- line height: 18
  37. -- part name: Copyright
  38.  
  39.  
  40. -- part contents for card part 2
  41. ----- text -----
  42. Import/Export Utility
  43. written by Seth R. Goldman (seth@cs.ucla.edu)
  44. Feel free to modify and distribute this stack to your friends.
  45.  
  46. -- part contents for card part 1
  47. ----- text -----
  48. Use this stack to import/export information between your databases and HyperCard.
  49.  
  50. IMPORT:  The first line of the text file should contain the names of the fields separated by commas.  The subsequent lines contain the records themselves.  The field separator must appear between each field.  The record separator is optional.
  51.  
  52. EXPORT:  A text file is produced which is suitable for reading back in using import or for mail merge and other activities.
  53.  
  54. This stackware is free.  My only request is that you keep me informed if you make significant improvements and additions.  One extension would be to permit selective inclusion of fields and cards for export.  "The Complete HyperCard Handbook" by Danny Goodman provided the template for the export script.